Calculator Community > Calculator C

[68k C] Parse Eeror at end of input (TIGCC C)

(1/1)

bfr:
I'm getting an error saying, "Parse error at end of input" when I try to build the following C code for TIGCC (I know this code could be better and needs optimization, but I'll do that later):

c1-->CODE ec1
#include
#include "extgraph.h"

unsigned char guy[16] = {
 

Ranman:
I found your parsing problem...

You are missing a closing bracket somewhere near the end of your start( ) function.

bfr:
Thanks, Ranman, that was the problem.  

saubue:
I think the closing '}' of the start-function itself is missing...

Navigation

[0] Message Index

Go to full version