summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-08-29 20:16:36 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-08-29 20:16:36 +0000
commita2effb7c2becc11fac6cb55bff1d9635773c65ee (patch)
tree62ab0e6ee79c74dedeadd3e46cdcf59a260a3b3d /FL
parentd952d9b9d6dba689f770918af4d66c58fb95c32e (diff)
Fixed C++ style comments in plain C files (STR #997)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4548 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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"