summaryrefslogtreecommitdiff
path: root/idlc/source/preproc/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/preproc/macro.c')
-rw-r--r--idlc/source/preproc/macro.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/preproc/macro.c b/idlc/source/preproc/macro.c
index 7f0697994c4c..be9f30abf085 100644
--- a/idlc/source/preproc/macro.c
+++ b/idlc/source/preproc/macro.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.
@@ -698,3 +699,5 @@ void
tp->len = op - outptr;
outptr = op;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */