summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/filename.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/filename.H b/FL/filename.H
index 29d0bcf91..9f4d9ab0f 100644
--- a/FL/filename.H
+++ b/FL/filename.H
@@ -25,8 +25,9 @@
* http://www.fltk.org/str.php
*/
-// Xcode on OS X includes files by recursing down into directories.
-// This code catches the cycle and directly includes the required file.
+/* Xcode on OS X includes files by recursing down into directories.
+ * This code catches the cycle and directly includes the required file.
+ */
#ifdef fl_dirent_h_cyclic_include
# include "/usr/include/dirent.h"
#endif