mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
This function REALLY DOES return void
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03fb8b2a42
commit
116e70f3c9
@ -4,7 +4,7 @@ char rcsid_gram[] = "$Id$";
|
||||
#include <stdio.h>
|
||||
#include "b.h"
|
||||
#include "fe.h"
|
||||
int doGram(List);
|
||||
void doGram(List);
|
||||
%}
|
||||
|
||||
%union {
|
||||
|
Loading…
x
Reference in New Issue
Block a user