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
48193bc2
Commit
48193bc2
authored
Sep 30, 2016
by
William Bundy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rituals build 100
parent
cea2badc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
autogit.sh
autogit.sh
+1
-1
rev.txt
rev.txt
+2
-2
src/metaprogram/metaprogram_main.cpp
src/metaprogram/metaprogram_main.cpp
+1
-1
No files found.
autogit.sh
View file @
48193bc2
git add
--all
git commit
-m
"rituals build
99
"
git commit
-m
"rituals build
100
"
git push
git push github
rev.txt
View file @
48193bc2
9
8
14752702
68.651299
9
9
14752702
86.150386
src/metaprogram/metaprogram_main.cpp
View file @
48193bc2
...
...
@@ -294,7 +294,7 @@ int main(int argc, char** argv)
printf
(
"typedef struct %s %s;
\n
"
,
s_head
->
name
,
s_head
->
name
);
}
while
(
s_head
=
s_head
->
next
);
Struct_Def
**
all_structs
=
arena_push_array
(
Work_Arena
,
Struct_Def
,
lex
.
structs_count
+
16
);
Struct_Def
**
all_structs
=
arena_push_array
(
Work_Arena
,
Struct_Def
*
,
lex
.
structs_count
+
16
);
s_head
=
structdef
;
printf
(
"enum Meta_Type
\n
{
\n
"
);
...
...
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