repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
es
/
stdlib.patch
blob
1759fcfd3862965688b6436669fbf23244c3c78a
1
diff --git a/parse.y b/parse.y
2
index 8203067..e69cbf5 100644
3
--- a/parse.y
4
+++ b/parse.y
5
@@ -1,8 +1,6 @@
6
/* parse.y -- grammar for es ($Revision: 1.2 $) */
7
8
%{
9
-/* Some yaccs insist on including stdlib.h */
10
-#define _STDLIB_H
11
#include "es.h"
12
#include "input.h"
13
#include "syntax.h"