View | Details | Raw Unified | Return to bug 12942
Collapse All | Expand All

(-)/usr/src/usr.bin/m4/eval.c (-1 / +1 lines)
Lines 97-103 Link Here
97
  * have macro-or-builtin() type call. We adjust
97
  * have macro-or-builtin() type call. We adjust
98
  * argc to avoid further checking..
98
  * argc to avoid further checking..
99
  */
99
  */
100
	if (argc == 3 && !*(argv[2]) && (td & ~STATIC) != LENGTYPE)
100
	if (argc == 3 && !*(argv[2]))
101
		argc--;
101
		argc--;
102
102
103
	switch (td & ~STATIC) {
103
	switch (td & ~STATIC) {

Return to bug 12942