aboutsummaryrefslogtreecommitdiff
path: root/src/proj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj.c')
-rw-r--r--src/proj.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proj.c b/src/proj.c
index b05e0669..67d60f21 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -7,7 +7,6 @@
#include <math.h>
#include "emess.h"
-/* TK 1999-02-13 */
#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__WIN32__)
# include <fcntl.h>
# include <io.h>
@@ -15,7 +14,6 @@
#else
# define SET_BINARY_MODE(file)
#endif
-/* ! TK 1999-02-13 */
#define MAX_LINE 1000
#define MAX_PARGS 100