aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-20 21:22:32 +0000
committerChris Lattner <sabre@nondot.org>2003-11-20 21:22:32 +0000
commit116e70f3c90e0e73fb938e0736ad87fe3cbb57d3 (patch)
treea2cab6217caf0fde36a6938292222810d0a8588d /utils/Burg
parent03fb8b2a424b11e7a035e856fce8e7c583d84863 (diff)
downloadexternal_llvm-116e70f3c90e0e73fb938e0736ad87fe3cbb57d3.zip
external_llvm-116e70f3c90e0e73fb938e0736ad87fe3cbb57d3.tar.gz
external_llvm-116e70f3c90e0e73fb938e0736ad87fe3cbb57d3.tar.bz2
This function REALLY DOES return void
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r--utils/Burg/gram.yc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/gram.yc b/utils/Burg/gram.yc
index 9d2f9f4..f556f0d 100644
--- a/utils/Burg/gram.yc
+++ b/utils/Burg/gram.yc
@@ -4,7 +4,7 @@ char rcsid_gram[] = "$Id$";
#include <stdio.h>
#include "b.h"
#include "fe.h"
-int doGram(List);
+void doGram(List);
%}
%union {