summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cppdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cppdef.h')
-rw-r--r--rsc/source/rscpp/cppdef.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index cdbf07766c8f..2490f1df7d7b 100644
--- a/rsc/source/rscpp/cppdef.h
+++ b/rsc/source/rscpp/cppdef.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -184,7 +185,7 @@
#ifndef LINE_PREFIX
#define LINE_PREFIX ""
#endif
-
+
/*
* OLD_PREPROCESSOR forces the definition of OK_DOLLAR, OK_CONCAT,
* COMMENT_INVISIBLE, and STRING_FORMAL to values appropriate for
@@ -303,12 +304,7 @@
#else
#define PAR_MAC (31 + 1)
#endif
-/* ER 13.06.95 19:33
- da Makros im file->buffer expandiert werden, muss NBUFF mindestens NWORK sein
-#define NWORK 4096
-#define NBUFF 4096
- */
-/* ER 13.06.95 20:05 NWORK wg. grooossen Makros in *.src erhoeht,
+/* NWORK wg. grooossen Makros in *.src erhoeht,
da wir bald 10 Sprachen haben werden gleich ordentlich reingehauen.. */
#define NWORK 128000
#define NBUFF NWORK
@@ -344,3 +340,4 @@
#endif
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */