summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.c')
-rw-r--r--soltools/cpp/_getopt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c
index 589638936efb..65c5d5179a20 100644
--- a/soltools/cpp/_getopt.c
+++ b/soltools/cpp/_getopt.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <stdio.h>
#include <string.h>
@@ -69,3 +70,5 @@ int
}
return c;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
notest?h=feature/wasm&id=036e4a5a89c020ddccf91a7fc8704bf6ec0b5d6c'>Remove unused method from testMarcos Paulo de Souza 2012-10-31Show URL of failing document in unit testsCédric Bosdonnat 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl