langref: automatic update of builtin.zig

now the docs can't get out of date for this

See #367
This commit is contained in:
Andrew Kelley
2018-06-07 19:10:45 -04:00
parent 31aefa6a21
commit 688ff2830d
5 changed files with 51 additions and 428 deletions

View File

@@ -59,5 +59,7 @@ void codegen_add_object(CodeGen *g, Buf *object_path);
void codegen_translate_c(CodeGen *g, Buf *path);
Buf *codegen_generate_builtin_source(CodeGen *g);
#endif