Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
95d0a753
Commit
95d0a753
authored
14 years ago
by
ilor
Browse files
Options
Downloads
Patches
Plain Diff
prefix include guards in parser/*.h with LIBWCCL_PARSER_
parent
5f38deff
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libwccl/parser/Parser.h
+3
-3
3 additions, 3 deletions
libwccl/parser/Parser.h
libwccl/parser/ParserException.h
+3
-3
3 additions, 3 deletions
libwccl/parser/ParserException.h
with
6 additions
and
6 deletions
libwccl/parser/Parser.h
+
3
−
3
View file @
95d0a753
#ifndef PARSER_H
#define PARSER_H
#ifndef
LIBWCCL_PARSER_
PARSER_H
#define
LIBWCCL_PARSER_
PARSER_H
#include
<sstream>
#include
<libcorpus2/tagset.h>
...
...
@@ -25,4 +25,4 @@ private:
const
Corpus2
::
Tagset
&
tagset
;
};
#endif // PARSER_H
#endif //
LIBWCCL_PARSER_
PARSER_H
This diff is collapsed.
Click to expand it.
libwccl/parser/ParserException.h
+
3
−
3
View file @
95d0a753
#ifndef PARSEREXCEPTION_H
#define PARSEREXCEPTION_H
#ifndef
LIBWCCL_PARSER_
PARSEREXCEPTION_H
#define
LIBWCCL_PARSER_
PARSEREXCEPTION_H
#include
<string>
...
...
@@ -15,4 +15,4 @@ private:
std
::
string
msg
;
};
#endif // PARSEREXCEPTION_H
#endif //
LIBWCCL_PARSER_
PARSEREXCEPTION_H
This diff is collapsed.
Click to expand it.
Preview
0%
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