Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ce2d27b3
Commit
ce2d27b3
authored
Oct 31, 2012
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Plain Diff
merge heads
parents
555ced8d
5a40eab7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Include/grammar.h
Include/grammar.h
+1
-1
Parser/grammar1.c
Parser/grammar1.c
+1
-1
No files found.
Include/grammar.h
View file @
ce2d27b3
...
...
@@ -76,7 +76,7 @@ dfa *PyGrammar_FindDFA(grammar *g, int type);
int
addlabel
(
labellist
*
ll
,
int
type
,
char
*
str
);
int
findlabel
(
labellist
*
ll
,
int
type
,
char
*
str
);
char
*
PyGrammar_LabelRepr
(
label
*
lb
);
c
onst
c
har
*
PyGrammar_LabelRepr
(
label
*
lb
);
void
translatelabels
(
grammar
*
g
);
void
addfirstsets
(
grammar
*
g
);
...
...
Parser/grammar1.c
View file @
ce2d27b3
...
...
@@ -30,7 +30,7 @@ PyGrammar_FindDFA(grammar *g, register int type)
#endif
}
char
*
c
onst
c
har
*
PyGrammar_LabelRepr
(
label
*
lb
)
{
static
char
buf
[
100
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment