aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zutil.h b/zutil.h
index 9441a1e..96cc90f 100644
--- a/zutil.h
+++ b/zutil.h
@@ -36,7 +36,9 @@
36#ifndef local 36#ifndef local
37# define local static 37# define local static
38#endif 38#endif
39/* compile with -Dlocal if your debugger can't find static symbols */ 39/* since "static" is used to mean two completely different things in C, we
40 define "local" for the non-static meaning of "static", for readability
41 (compile with -Dlocal if your debugger can't find static symbols) */
40 42
41typedef unsigned char uch; 43typedef unsigned char uch;
42typedef uch FAR uchf; 44typedef uch FAR uchf;