Remove/change bad prototypes
authorGodzil <godzil@godzil.net>
Fri, 17 May 2013 00:08:39 +0000 (02:08 +0200)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:49 +0000 (23:41 +0100)
commit9da790283e79f2fe03eb37742756eee2040a178e
treef488cb25228d3b185288a430eef10d6f24b93323
parent0ba3023570bd8f7ece353cea817f5e94e68760af
Remove/change bad prototypes

In modules/system/time, a bad prototype for "time" was left. There is too some problem with filno under OpenBSD. Currently, the only known OS that don't want to export fileno with c89/c99 standard, is linux, so #ifdef/#endif the prototypes only for linux. (OpenBSD seems to define them as MACROs, that led to errors)
modules/src/system/time.c
util/cgg/bootlex.l
util/ncgg/scan.l
util/opt/mktab.y