diff options
Diffstat (limited to 'libguile/cpp_errno.c')
-rw-r--r-- | libguile/cpp_errno.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/cpp_errno.c b/libguile/cpp_errno.c index 8ee25bad9..32556a36c 100644 --- a/libguile/cpp_errno.c +++ b/libguile/cpp_errno.c @@ -1,3 +1,9 @@ /* this file is processed by gcc with special options to extract a list of errno codes. */ #include <errno.h> + +/* + Local Variables: + c-file-style: "gnu" + End: +*/ |