scc: tea break quickie
authorAlan Cox <alan@linux.intel.com>
Fri, 24 Jun 2016 15:15:55 +0000 (16:15 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 24 Jun 2016 15:15:55 +0000 (16:15 +0100)
commit8975b5a5b9ecf2423fbf414162904be9328cfdee
treec14fc0d813b89f8d879ba1c1c07a448abbed03b5
parent838f5383d4c00d22139378f5f39892fd482d2dbf
scc: tea break quickie

Tweak the parser logic so you can put a leading type on the function - not that
we record or check it yet. Also allow static functions.

The parsing was trivial so might as well do it
Applications/SmallC/function.c
Applications/SmallC/main.c
Applications/SmallC/prototype.h
Applications/SmallC/sym.c