Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: third_party/libxslt/src/libexslt/exslt.c

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #define IN_LIBEXSLT 1 #define IN_LIBEXSLT
2 #include "libexslt/libexslt.h" 2 #include "libexslt/libexslt.h"
3 3
4 #include <libxml/xmlversion.h> 4 #include <libxml/xmlversion.h>
5 5
6 #include "config.h" 6 #include "config.h"
7 7
8 #include <libxslt/xsltconfig.h> 8 #include <libxslt/xsltconfig.h>
9 #include <libxslt/extensions.h> 9 #include <libxslt/extensions.h>
10 10
(...skipping 20 matching lines...) Expand all
31 #endif 31 #endif
32 exsltMathRegister(); 32 exsltMathRegister();
33 exsltSetsRegister(); 33 exsltSetsRegister();
34 exsltFuncRegister(); 34 exsltFuncRegister();
35 exsltStrRegister(); 35 exsltStrRegister();
36 exsltDateRegister(); 36 exsltDateRegister();
37 exsltSaxonRegister(); 37 exsltSaxonRegister();
38 exsltDynRegister(); 38 exsltDynRegister();
39 } 39 }
40 40
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libexslt/exslt.h ('k') | third_party/libxslt/src/libexslt/exsltconfig.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698