Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
7182bc62f06f
Commit
7182bc62f06f
authored
21 years ago
by
Igor Zlatkovic
Browse files
Options
Downloads
Patches
Plain Diff
fixed typos reported by Mark Vakoc
parent
312e43a97cdd
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
libexslt/exsltexports.h
+1
-1
1 addition, 1 deletion
libexslt/exsltexports.h
libxslt/xsltexports.h
+1
-1
1 addition, 1 deletion
libxslt/xsltexports.h
with
7 additions
and
2 deletions
ChangeLog
+
5
−
0
View file @
7182bc62
Thu Aug 28 18:30:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
* libxslt/xsltexports.h libexslt/exsltexports.h: fixed typos reported by
Mark Vakoc
Wed Aug 27 12:07:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
* libxslt/*.h: realigned parameters after taint
...
...
This diff is collapsed.
Click to expand it.
libexslt/exsltexports.h
+
1
−
1
View file @
7182bc62
...
...
@@ -38,7 +38,7 @@
#if !defined(LIBEXSLT_STATIC)
#define EXSLTPUBVAR __declspec(dllimport) extern
#else
#define EXSLTPUBVAR
#define EXSLTPUBVAR
extern
#endif
#endif
#define EXSLTCALL __cdecl
...
...
This diff is collapsed.
Click to expand it.
libxslt/xsltexports.h
+
1
−
1
View file @
7182bc62
...
...
@@ -38,7 +38,7 @@
#if !defined(LIBXSLT_STATIC)
#define XSLTPUBVAR __declspec(dllimport) extern
#else
#define XSLTPUBVAR
#define XSLTPUBVAR
extern
#endif
#endif
#define XSLTCALL __cdecl
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment