depot/pkgs/development/tools/misc/cproto/cproto.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

11 lines
349 B
Diff

diff -Naur cproto-4.6-old/cproto.h cproto-4.6/cproto.h
--- cproto-4.6-old/cproto.h 1998-01-18 19:49:16.000000000 -0500
+++ cproto-4.6/cproto.h 2004-03-14 00:02:32.148070032 -0500
@@ -117,6 +117,7 @@
Declarator *declarator;
DeclaratorList decl_list;
} YYSTYPE;
+#define YYSTYPE_IS_DECLARED 1
/* Prototype styles */
#if OPT_LINTLIBRARY