From a2effb7c2becc11fac6cb55bff1d9635773c65ee Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 29 Aug 2005 20:16:36 +0000 Subject: 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 --- FL/filename.H | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'FL') 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 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 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 # include "/usr/include/dirent.h" -- cgit v1.2.3