diff options
author | rws <empty> | 1990-12-30 12:05:43 +0000 |
---|---|---|
committer | rws <empty> | 1990-12-30 12:05:43 +0000 |
commit | 0bce3d06e18a39e78f6c7c1e41251398b042ceb3 (patch) | |
tree | 7f2baa72f626a366add02ec9413480b59ec01fe2 /xc/lib/Xt | |
parent | 572880ff7fc5d4cede475c03771b33a9cc5ed842 (diff) |
make _XtPrintMemory non-static
Diffstat (limited to 'xc/lib/Xt')
-rw-r--r-- | xc/lib/Xt/Alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/Alloc.c b/xc/lib/Xt/Alloc.c index 8f19aeb1f..f635332ea 100644 --- a/xc/lib/Xt/Alloc.c +++ b/xc/lib/Xt/Alloc.c @@ -1,4 +1,4 @@ -/* $XConsortium: Alloc.c,v 1.33 90/11/10 13:43:12 rws Exp $ */ +/* $XConsortium: Alloc.c,v 1.34 90/11/14 20:00:44 rws Exp $ */ /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, @@ -268,7 +268,7 @@ void _XtHeapFree(heap) #include <stdio.h> -static void _XtPrintMemory(filename) +void _XtPrintMemory(filename) char * filename; { register StatsPtr mem; |