mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
$NetBSD: patch-ab,v 1.1 2006/08/19 11:56:21 minskim Exp $
|
|
|
|
--- src/lexical.h.orig 2004-08-04 14:28:08.000000000 -0700
|
|
+++ src/lexical.h
|
|
@@ -32,7 +32,7 @@ enum
|
|
{
|
|
#include "lexical.def"
|
|
MAX_SYM_T
|
|
- } lexical;
|
|
+ };
|
|
#undef DEF_LEXICAL
|
|
|
|
#endif
|