diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /include/pas | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
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. # +# # +############################################################################### |