From 89855127c3d8a62ddf1b9058714966288d192605 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 15 Nov 1989 05:01:08 +0000 Subject: use #defined string constants --- zwgc/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zwgc/main.c b/zwgc/main.c index f965cc3..178c69d 100644 --- a/zwgc/main.c +++ b/zwgc/main.c @@ -13,7 +13,7 @@ */ #if (!defined(lint) && !defined(SABER)) -static char rcsid_main_c[] = "$Header$"; +static char rcsid_main_c[] = "$Id$"; #endif #include @@ -104,8 +104,7 @@ static void read_in_description_file() /* var_clear_all_variables(); <<<>>> */ - input_file = locate_file(description_filename_override, ".zwgc.desc", - "/afs/athena.mit.edu/astaff/project/zephyr/src/zwgc/zwgc.dev/misc/zwgc.desc"); + input_file = locate_file(description_filename_override, USRDESC, DEFDESC); if (input_file) program = parse_file(input_file); else -- cgit v1.2.3