5 # Copyright (C) 1996 Kamil Iskra <iskra@student.uci.agh.edu.pl>
6 # Distributed under terms of GNU General Public License.
8 # This file is part of fd2inline package.
10 # It is used to produce SAS/C compatible "pragmas" files.
13 # PRAGMAS - basename of "pragma" file to create.
16 print "/* Automatically generated header! Do not edit! */"
18 print "#ifndef _INLINE_" toupper(PRAGMAS
) "_H"
19 print "#include <inline/" PRAGMAS
".h>"
20 print "#endif /* !_INLINE_" toupper(PRAGMAS
) "_H */"