Make it ANSI-C
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 14 Oct 2013 19:25:14 +0000 (15:25 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 14 Oct 2013 19:29:02 +0000 (15:29 -0400)
commit07c01cafbbfd4c18bd63f644946fd6ce7b384280
treeb4462297e18c8b9ca311141f63b5bdce8c8a8f04
parent7f7ad3f2bf2208438968b845754e313a6821794a
Make it ANSI-C

Use /* */ instead of //
Define _GNU_SOURCE in the ORC_CFLAGS
28 files changed:
configure.ac
orc-test/orcarray.c
orc-test/orcprofile.c
orc-test/orctest.c
orc/orcarm.c
orc/orcbytecode.c
orc/orccodemem.c
orc/orccpu-arm.c
orc/orccpu-powerpc.c
orc/orccpu-x86.c
orc/orcexecutor.c
orc/orcparse.c
orc/orcpowerpc.c
orc/orcprogram-altivec.c
orc/orcprogram-arm.c
orc/orcprogram-c64x-c.c
orc/orcprogram-neon.c
orc/orcrules-altivec.c
orc/orcrules-mmx.c
orc/orcrules-neon.c
orc/orcrules-sse.c
orc/orcutils.h
testsuite/benchmorc/benchmorc.c
testsuite/memcpy_speed.c
testsuite/perf_opcodes_sys_compare.c
testsuite/test-schro.c
testsuite/test_accsadubl.c
tools/orcc.c