diff options
author | Laslo Hunhold <dev@frign.de> | 2017-08-04 17:53:43 +0200 |
---|---|---|
committer | Laslo Hunhold <dev@frign.de> | 2017-08-04 17:53:43 +0200 |
commit | 0af2542eeb1b579af1a465279fe9a5d9a53c80e0 (patch) | |
tree | 6e302b0c15ec567f5151031ed90d7e7f8f01bc8a /config.mk | |
parent | 191ea09f29ff2d450e7622c7f4d80b0c60232219 (diff) |
Rename _i,_argused to i_,argused_
Thanks Michael Forney for reporting this! We cannot use identifiers
beginning with an underscore, says the C99-standard, section 7.1.3:
"All identifiers that begin with an underscore are always reserved for
use as identifiers with file scope in both the ordinary and tag name
spaces."
We go around this by putting the underscore at the end.
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions