diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.bin/m4/serv.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.bin/m4/serv.c')
| -rw-r--r-- | usr.bin/m4/serv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/serv.c b/usr.bin/m4/serv.c index 6b0a4bb45e08..de6f59d45593 100644 --- a/usr.bin/m4/serv.c +++ b/usr.bin/m4/serv.c @@ -272,8 +272,8 @@ void dochc(argv, argc) ecommt = ECOMMT; } } else { - scommt = SCOMMT; - ecommt = ECOMMT; + scommt = '\0'; /* assuming no nulls in input */ + ecommt = '\0'; } } |
