Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Rituals
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
William Bundy
Rituals
Commits
d351946f
Commit
d351946f
authored
Sep 30, 2016
by
William Bundy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rituals build 112
parent
0b85cb32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
autogit.sh
autogit.sh
+1
-1
rev.txt
rev.txt
+2
-2
src/metaprogram/metaprogram_parser.cpp
src/metaprogram/metaprogram_parser.cpp
+1
-0
No files found.
autogit.sh
View file @
d351946f
git add
--all
git add
--all
git commit
-m
"rituals build 11
1
"
git commit
-m
"rituals build 11
2
"
git push
git push
git push github
git push github
rev.txt
View file @
d351946f
11
0
11
1
1475271
572.851737
1475271
697.08156
src/metaprogram/metaprogram_parser.cpp
View file @
d351946f
...
@@ -952,6 +952,7 @@ void print_struct_names(Struct_Def* def, isize index, char* prefix, isize prefix
...
@@ -952,6 +952,7 @@ void print_struct_names(Struct_Def* def, isize index, char* prefix, isize prefix
local_struct
[
0
]
=
def
;
local_struct
[
0
]
=
def
;
def
->
meta_index
=
local_counter
;
def
->
meta_index
=
local_counter
;
*
counter
=
local_counter
++
;
*
counter
=
local_counter
++
;
fprintf
(
"%d %s
\n
"
,
*
counter
,
def
->
name
);
if
(
index
==
-
1
)
{
if
(
index
==
-
1
)
{
chars
=
printf
(
"
\t
%.*s_%s,
\n
"
,
prefix_len
,
prefix
,
def
->
name
);
chars
=
printf
(
"
\t
%.*s_%s,
\n
"
,
prefix_len
,
prefix
,
def
->
name
);
}
else
{
}
else
{
...
...
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