diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1994-09-15 14:50:05 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1994-09-15 14:50:05 (GMT) |
commit | bf677edc45a08e61bc3147b65b6d9e40e07ba26e (patch) | |
tree | fe73e07a8f4e5eaa4a5a4a682ab347cad47866af /Modules | |
parent | 14421777fcb6164104a7aadf169c47e39c088c41 (diff) | |
download | cpython-bf677edc45a08e61bc3147b65b6d9e40e07ba26e.zip cpython-bf677edc45a08e61bc3147b65b6d9e40e07ba26e.tar.gz cpython-bf677edc45a08e61bc3147b65b6d9e40e07ba26e.tar.bz2 |
Put a comment start symbol at the start of a comment that lacked one.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index ffbf64f..3fe98f1 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -111,7 +111,7 @@ rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) # STDWIN toplevel directory. The ARCH variable must be set to the # architecture identifier used to build STDWIN. NB if you combine this # with the gl module on an SGI IRIX 4 machine, you should replace -"-lX11" with "-lX11_s". +# "-lX11" with "-lX11_s". #STDWIN=/ufs/guido/src/stdwin #ARCH=??? |