summaryrefslogtreecommitdiff
path: root/fluid/ExternalCodeEditor_UNIX.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2017-02-15 20:28:13 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2017-02-15 20:28:13 +0000
commit66cdcfcd1b7b388ac5e9a539c2a74442d9df131c (patch)
tree6c0f4e0227401b9c7d50530a7a6744df317b7dbd /fluid/ExternalCodeEditor_UNIX.cxx
parent1e5826e84b17c341364fb4f61cefaefa288b8c9b (diff)
Fluid: Fix platform-specific build system (CMake + configure).
Don't compile "empty" file (avoid warning: empty translation unit). Add '-u' (update) command switch to 'make rebuild'. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ExternalCodeEditor_UNIX.cxx')
-rw-r--r--fluid/ExternalCodeEditor_UNIX.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/fluid/ExternalCodeEditor_UNIX.cxx b/fluid/ExternalCodeEditor_UNIX.cxx
index 06de7f503..ee6816b78 100644
--- a/fluid/ExternalCodeEditor_UNIX.cxx
+++ b/fluid/ExternalCodeEditor_UNIX.cxx
@@ -1,9 +1,9 @@
//
// "$Id$".
//
-// External code editor management class for Unix
+// External code editor management class for Unix
//
-#ifndef WIN32 /* This entire file unix only */
+// Note: This entire file Unix only
#include <errno.h> /* errno */
#include <string.h> /* strerror() */
@@ -459,7 +459,6 @@ int ExternalCodeEditor::editors_open() {
return L_editors_open;
}
-#endif /* !WIN32 */
//
// End of "$Id$".
//