diff options
Diffstat (limited to 'main/alloca.c')
-rw-r--r-- | main/alloca.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/alloca.c b/main/alloca.c index 7c6cd4f192..ff553f3541 100644 --- a/main/alloca.c +++ b/main/alloca.c @@ -488,3 +488,11 @@ i00afunc (long address) #endif /* no alloca */ #endif /* not GCC version 2 */ #endif /* HAVE_ALLOCA */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |