]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add macro functionality.
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Wed, 24 Apr 2002 16:24:43 +0000 (16:24 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Wed, 24 Apr 2002 16:24:43 +0000 (16:24 +0000)
commit7ce72dbaeceb9f8904b2d43418e329344ef5fb18
tree194107d571b0c6951990806095adb0899cc8e514
parentd5ccecfad720336d85ff50a503fdc68354804cc9
Add macro functionality.

Staticize and allow unique naming of data structures so that more
than on sequencer program can be statically compiled into the kernel
at a time.
sys/dev/aic7xxx/aicasm/Makefile
sys/dev/aic7xxx/aicasm/aicasm.c
sys/dev/aic7xxx/aicasm/aicasm.h
sys/dev/aic7xxx/aicasm/aicasm_gram.y
sys/dev/aic7xxx/aicasm/aicasm_insformat.h
sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y [new file with mode: 0644]
sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l [new file with mode: 0644]
sys/dev/aic7xxx/aicasm/aicasm_scan.l
sys/dev/aic7xxx/aicasm/aicasm_symbol.c
sys/dev/aic7xxx/aicasm/aicasm_symbol.h