summaryrefslogtreecommitdiff
path: root/src/Type1/t1malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/t1malloc.c')
-rw-r--r--src/Type1/t1malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Type1/t1malloc.c b/src/Type1/t1malloc.c
index 20d4212..df863a2 100644
--- a/src/Type1/t1malloc.c
+++ b/src/Type1/t1malloc.c
@@ -171,8 +171,8 @@ asked for.
:h3.Some Flags for Debug
*/
-long AvailableWords = 0; /* number of words available in memory */
-char mallocdebug = 0; /* a flag that enables some chatty printf's */
+static long AvailableWords = 0; /* number of words available in memory */
+static char mallocdebug = 0; /* a flag that enables some chatty printf's */
/*
:h3.Prototypes of static functions