#2013_10_05 星期六 add by greshem
iso_copy_out_to_desktop.pl "sdb1:\sdb1\all_chm\linux_src_chm_0.iso\\_xfile_2010_02\\m4-1.4.chm"
#==========================================================================
main
input_init ();
output_init ();
symtab_init ();
include_env_init ();
reload_frozen_state (frozen_file_to_read);
builtin_init ();
expand_input ();
next_token (&td)) != TOKEN_EOF)
expand_token ((struct obstack *) NULL, t, &td);
case TOKEN_EOF:
case TOKEN_MACDEF:
case TOKEN_SIMPLE:
case TOKEN_STRING:
shipout_text (obs, TOKEN_DATA_TEXT (td), strlen (TOKEN_DATA_TEXT (td)));
case TOKEN_WORD:
lookup_symbol (TOKEN_DATA_TEXT (td), SYMBOL_LOOKUP);
shipout_text (obs, TOKEN_DATA_ORIG_TEXT (td),
shipout_text (obs, TOKEN_DATA_TEXT (td),
expand_macro (sym);
while (pop_wrapup ())
expand_input ();
produce_frozen_state (frozen_file_to_write);
make_diversion (0);
undivert_all ();