Changeset 75 for trunk/src/helpers/xmltok.c
- Timestamp:
- May 25, 2001, 6:51:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xmltok.c
r38 r75 39 39 // this code generates those options HEAVILY 40 40 41 #ifdef COMPILED_FROM_DSP42 #include "winconfig.h"43 #else44 // #include <config.h>45 #endif /* ndef COMPILED_FROM_DSP */46 47 41 #include "expat\xmltok.h" 48 42 #include "expat\nametab.h" … … 361 355 {VTABLE1, utf8_toUtf8, utf8_toUtf16, 1, 1, 0}, 362 356 { 363 #include " asciitab.h"364 #include " utf8tab.h"357 #include "expat\asciitab.h" 358 #include "expat\utf8tab.h" 365 359 }, 366 360 STANDARD_VTABLE(sb_) NORMAL_VTABLE(utf8_) … … 387 381 {VTABLE1, utf8_toUtf8, utf8_toUtf16, 1, 1, 0}, 388 382 { 389 #include " iasciitab.h"390 #include " utf8tab.h"383 #include "expat\iasciitab.h" 384 #include "expat\utf8tab.h" 391 385 }, 392 386 STANDARD_VTABLE(sb_) NORMAL_VTABLE(utf8_) … … 449 443 {VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0}, 450 444 { 451 #include " asciitab.h"452 #include " latin1tab.h"445 #include "expat\asciitab.h" 446 #include "expat\latin1tab.h" 453 447 }, 454 448 STANDARD_VTABLE(sb_) … … 483 477 {VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0}, 484 478 { 485 #include " asciitab.h"479 #include "expat\asciitab.h" 486 480 /* BT_NONXML == 0 */ 487 481 }, … … 709 703 }, 710 704 { 711 #include " asciitab.h"712 #include " latin1tab.h"705 #include "expat\asciitab.h" 706 #include "expat\latin1tab.h" 713 707 }, 714 708 STANDARD_VTABLE(little2_) … … 743 737 {VTABLE, 2, 0, 1}, 744 738 { 745 #include " iasciitab.h"746 #include " latin1tab.h"739 #include "expat\iasciitab.h" 740 #include "expat\latin1tab.h" 747 741 }, 748 742 STANDARD_VTABLE(little2_) … … 847 841 }, 848 842 { 849 #include " asciitab.h"850 #include " latin1tab.h"843 #include "expat\asciitab.h" 844 #include "expat\latin1tab.h" 851 845 }, 852 846 STANDARD_VTABLE(big2_) … … 881 875 {VTABLE, 2, 0, 1}, 882 876 { 883 #include " iasciitab.h"884 #include " latin1tab.h"877 #include "expat\iasciitab.h" 878 #include "expat\latin1tab.h" 885 879 }, 886 880 STANDARD_VTABLE(big2_)
Note:
See TracChangeset
for help on using the changeset viewer.