Ignore:
Timestamp:
May 25, 2001, 6:51:46 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xmltok.c

    r38 r75  
    3939        // this code generates those options HEAVILY
    4040
    41 #ifdef COMPILED_FROM_DSP
    42 #include "winconfig.h"
    43 #else
    44 // #include <config.h>
    45 #endif /* ndef COMPILED_FROM_DSP */
    46 
    4741#include "expat\xmltok.h"
    4842#include "expat\nametab.h"
     
    361355    {VTABLE1, utf8_toUtf8, utf8_toUtf16, 1, 1, 0},
    362356    {
    363 #include "asciitab.h"
    364 #include "utf8tab.h"
     357#include "expat\asciitab.h"
     358#include "expat\utf8tab.h"
    365359    },
    366360    STANDARD_VTABLE(sb_) NORMAL_VTABLE(utf8_)
     
    387381    {VTABLE1, utf8_toUtf8, utf8_toUtf16, 1, 1, 0},
    388382    {
    389 #include "iasciitab.h"
    390 #include "utf8tab.h"
     383#include "expat\iasciitab.h"
     384#include "expat\utf8tab.h"
    391385    },
    392386    STANDARD_VTABLE(sb_) NORMAL_VTABLE(utf8_)
     
    449443    {VTABLE1, latin1_toUtf8, latin1_toUtf16, 1, 0, 0},
    450444    {
    451 #include "asciitab.h"
    452 #include "latin1tab.h"
     445#include "expat\asciitab.h"
     446#include "expat\latin1tab.h"
    453447    },
    454448    STANDARD_VTABLE(sb_)
     
    483477    {VTABLE1, ascii_toUtf8, latin1_toUtf16, 1, 1, 0},
    484478    {
    485 #include "asciitab.h"
     479#include "expat\asciitab.h"
    486480/* BT_NONXML == 0 */
    487481    },
     
    709703             },
    710704             {
    711     #include "asciitab.h"
    712     #include "latin1tab.h"
     705    #include "expat\asciitab.h"
     706    #include "expat\latin1tab.h"
    713707             },
    714708             STANDARD_VTABLE(little2_)
     
    743737         {VTABLE, 2, 0, 1},
    744738         {
    745 #include "iasciitab.h"
    746 #include "latin1tab.h"
     739#include "expat\iasciitab.h"
     740#include "expat\latin1tab.h"
    747741         },
    748742         STANDARD_VTABLE(little2_)
     
    847841         },
    848842         {
    849 #include "asciitab.h"
    850 #include "latin1tab.h"
     843#include "expat\asciitab.h"
     844#include "expat\latin1tab.h"
    851845         },
    852846         STANDARD_VTABLE(big2_)
     
    881875         {VTABLE, 2, 0, 1},
    882876         {
    883 #include "iasciitab.h"
    884 #include "latin1tab.h"
     877#include "expat\iasciitab.h"
     878#include "expat\latin1tab.h"
    885879         },
    886880         STANDARD_VTABLE(big2_)
Note: See TracChangeset for help on using the changeset viewer.