built_in: renamed compiler.h to a more appropriate name
commit7ffe46987a7f9dc0d1bf565bf3bef21eb6642a78
authorDaniel Borkmann <borkmann@iogearbox.net>
Sat, 24 Mar 2012 13:51:19 +0000 (24 14:51 +0100)
committerDaniel Borkmann <borkmann@iogearbox.net>
Sat, 24 Mar 2012 13:51:19 +0000 (24 14:51 +0100)
treed73efc4b1c48eceb3c573a375a112212ba3ecba9
parentf4e4274c9b29f55c8850d771aeb357e24d43fd3a
built_in: renamed compiler.h to a more appropriate name

Instead of compiler.h, a more appropriate name (built_in.h) has been chosen,
since most of the file content is rather macro related instead of compiler
related.

Signed-off-by: Daniel Borkmann <borkmann@iogearbox.net>
23 files changed:
src/bpf_parser.y
src/built_in.h [moved from src/compiler.h with 96% similarity]
src/ct_client.c
src/ct_server.c
src/curve.c
src/curve.h
src/dissector.c
src/flowtop.c
src/netsniff-ng.c
src/opt_memcpy.c
src/patricia.c
src/patricia.h
src/pcap.h
src/pcap_rw.c
src/ring.h
src/ring_rx.h
src/ring_tx.h
src/servmgmt.c
src/xmalloc.c
src/xmalloc.h
src/xstring.c
src/xstring.h
src/xsys.c