comparison src/utils.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents 02d2fcf835fc
children b484cdca27be
comparison
equal deleted inserted replaced
4660:5df5c9c5c166 4661:12b6fbd57436
225 225
226 // Return non-zero if either NR or NC is zero. Return -1 if this 226 // Return non-zero if either NR or NC is zero. Return -1 if this
227 // should be considered fatal; return 1 if this is ok. 227 // should be considered fatal; return 1 if this is ok.
228 228
229 int 229 int
230 empty_arg (const char *name, int nr, int nc) 230 empty_arg (const char * /* name */, int nr, int nc)
231 { 231 {
232 return (nr == 0 || nc == 0); 232 return (nr == 0 || nc == 0);
233 } 233 }
234 234
235 // See if the given file is in the path. 235 // See if the given file is in the path.