diff options
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2573,3 +2573,13 @@ Perl_sbrk(int size) } #endif /* ! defined USE_PERL_SBRK */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * vim: ts=8 sts=4 sw=4 noet: +*/ |