]> git.lyx.org Git - lyx.git/blobdiff - src/os2_defines.h
Yet another tweak from J�rgen.
[lyx.git] / src / os2_defines.h
index f7fea77f07abd553f5ea1479633b84e24a64b453..aa2b0c785500348f334632bc75d9c302cc46a941 100644 (file)
@@ -5,7 +5,7 @@
 *           LyX, The Document Processor
 *        
 *           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2000 The LyX Team.
+*           Copyright 1995-2001 The LyX Team.
 *
 * ====================================================== 
  A few prototypes and definitions needed for OS/2 */
 #if defined (__cplusplus)
 #include <cctype>
 #include <cstdlib>
-extern "C" inline int readlink(const char *, char *, size_t) {return -1;}
+
+extern "C"
+inline int readlink(const char *, char *, size_t) {return -1;}
+
 #else
 #include <ctype.h>
 #include <stdlib.h>