diff options
Diffstat (limited to 'include/pas')
-rw-r--r-- | include/pas | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/include/pas b/include/pas new file mode 100644 index 0000000..b62b24a --- /dev/null +++ b/include/pas @@ -0,0 +1,27 @@ +############################################################################### +# # +# Lout setup file for Pascal program printing # +# # +# Jeffrey H. Kingston # +# 5 February 1999 # +# # +############################################################################### + + +############################################################################### +# # +# The @SysInclude { pasf } line # +# # +# This line causes Lout to read the definitions for Pascal, and should # +# not be touched. # +# # +############################################################################### + +@SysInclude { pasf } + + +############################################################################### +# # +# This package does not offer default options that can be changed. # +# # +############################################################################### |