summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-19 03:16:17 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-19 03:16:17 +0000
commit644819d6c68d97a216dd7c5ef9100fe321f654fd (patch)
tree5f1846de0c6ed51d6737a887975038556c1b2bf3 /h/zephyr
parentb0e0cd884b4f6393b8bc001330b9e2bed461048d (diff)
minor changes for ansi compliance
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h2
-rw-r--r--h/zephyr/zephyr_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index ceac0ee..e8387dc 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -277,4 +277,4 @@ extern "C" {
}
#endif
-#endif !__ZEPHYR_H__
+#endif /* !__ZEPHYR_H__ */
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index 5b8d780..5d1e389 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -103,4 +103,4 @@ extern "C" {
}
#endif
-#endif !__ZINTERNAL_H__
+#endif /* !__ZINTERNAL_H__ */