From 59ab025363d884deb2013dcaae6c968585a6ec72 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Tue, 23 Jan 2001 22:30:04 +0000 Subject: #define -> static const int. Also got rid of some big static buffers. --- deallocvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deallocvt.c') diff --git a/deallocvt.c b/deallocvt.c index 3dd90c0e9..fad7a2bb2 100644 --- a/deallocvt.c +++ b/deallocvt.c @@ -11,7 +11,7 @@ #include /* From */ -#define VT_DISALLOCATE 0x5608 /* free memory associated to vt */ +static const int VT_DISALLOCATE = 0x5608; /* free memory associated to vt */ int deallocvt_main(int argc, char *argv[]) { -- cgit v1.2.3