diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -114,7 +114,9 @@ | |||
114 | #ifndef local | 114 | #ifndef local |
115 | # define local static | 115 | # define local static |
116 | #endif | 116 | #endif |
117 | /* compile with -Dlocal if your debugger can't find static symbols */ | 117 | /* since "static" is used to mean two completely different things in C, we |
118 | define "local" for the non-static meaning of "static", for readability | ||
119 | (compile with -Dlocal if your debugger can't find static symbols) */ | ||
118 | 120 | ||
119 | /* gz* functions always use library allocation functions */ | 121 | /* gz* functions always use library allocation functions */ |
120 | #ifndef STDC | 122 | #ifndef STDC |