summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/filename.H11
1 files changed, 6 insertions, 5 deletions
diff --git a/FL/filename.H b/FL/filename.H
index 48829deb6..558154baf 100644
--- a/FL/filename.H
+++ b/FL/filename.H
@@ -59,11 +59,12 @@ struct dirent {char d_name[1];};
# elif defined(__APPLE__) && defined(__PROJECTBUILDER__)
-// Apple's ProjectBuilder has the nasty habit of including recursively
-// down the file tree. To avoid re-including <FL/dirent.h> we must
-// directly include the systems math file. (Plus, I could not find a
-// predefined macro for ProjectBuilder builds, so we have to define it
-// in the project)
+/* Apple's ProjectBuilder has the nasty habit of including recursively
+ * down the file tree. To avoid re-including <FL/dirent.h> we must
+ * directly include the systems math file. (Plus, I could not find a
+ * predefined macro for ProjectBuilder builds, so we have to define it
+ * in the project)
+ */
# include <sys/types.h>
# include "/usr/include/dirent.h"