comparison docs/manual/c45.html @ 245:0bc1c88fe776

Fix typo in documentation of lwasm --define switch. Fixed typo listed -I as the short option variant for --define. -D is the correct short option.
author William Astle <lost@l-w.ca>
date Wed, 23 Jan 2013 13:32:15 -0700
parents 2cc599f1bebf
children
comparison
equal deleted inserted replaced
244:5fefceb6756b 245:0bc1c88fe776
270 ><CODE 270 ><CODE
271 CLASS="OPTION" 271 CLASS="OPTION"
272 >--define=SYM[=VAL]</CODE 272 >--define=SYM[=VAL]</CODE
273 >, <CODE 273 >, <CODE
274 CLASS="OPTION" 274 CLASS="OPTION"
275 >-I SYM[=VAL]</CODE 275 >-D SYM[=VAL]</CODE
276 ></DT 276 ></DT
277 ><DD 277 ><DD
278 ><P 278 ><P
279 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted, 279 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted,
280 the symbol is defined as 1. The symbol will be defined as though it were 280 the symbol is defined as 1. The symbol will be defined as though it were