summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cppmain.c')
-rw-r--r--rsc/source/rscpp/cppmain.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cppmain.c b/rsc/source/rscpp/cppmain.c
index 3060a6d6be9a..144576e2846b 100644
--- a/rsc/source/rscpp/cppmain.c
+++ b/rsc/source/rscpp/cppmain.c
@@ -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.
@@ -36,10 +37,7 @@ int main( argc, argv )
int argc;
char *argv[];
{
-#ifdef TSTCPP
- ( start_cpp( argc, argv ) );
- puts("erster teil ist fertig" );
-#endif
return( start_cpp( argc, argv ) );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */