This function REALLY DOES return void
authorChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 21:22:32 +0000 (21:22 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 21:22:32 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10124 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Burg/gram.yc

index 9d2f9f4e53f1413771d6ac24d06a1d41c26060b8..f556f0d3c9eaf8464e9d495152d7e90008b769b1 100644 (file)
@@ -4,7 +4,7 @@ char rcsid_gram[] = "$Id$";
 #include <stdio.h>
 #include "b.h"
 #include "fe.h"
-int doGram(List);
+void doGram(List);
 %}
 
 %union {