[fix typo in manual, gcc should be cc
John Meacham <john@repetae.net>**20090825053425
 Ignore-this: 21e74c9892afe995bf7c240f1bea60b4
] hunk ./src/Options.hs 85
-    gcc=i386-mingw32-gcc
+    cc=i386-mingw32-gcc
hunk ./src/Options.hs 123
-_cflags\_debug_            options to pass to the c compiler only when debugging is enabled
-_cflags\_nodebug_          options to pass to the c compiler only when debugging is disabled
+_cflags\_debug_           options to pass to the c compiler only when debugging is enabled
+_cflags\_nodebug_         options to pass to the c compiler only when debugging is disabled
hunk ./src/Options.hs 127
-_executable\_extension_    specifies an extension that should be appended to executable files, (i.e. .EXE on windows)
+_executable\_extension_   specifies an extension that should be appended to executable files, (i.e. .EXE on windows)
hunk ./src/Options.hs 130
-_bits\_max_                the number of bits in the largest integral type. should be the number of bits in the 'intmax_t' C type.
+_bits\_max_               the number of bits in the largest integral type. should be the number of bits in the 'intmax_t' C type.