X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Fmdcode.mdc;h=2789671a6bf0ba9780dfeec773965d4b624fbabe;hp=e1498cea31ab05c22628861fc301c3af7d947bdb;hb=5107f51f1ba2b12dbffef31403ebfea30688b96b;hpb=744a59663bace6a4d9db58ec97c4cf9aa24082a9 diff --git a/csrc/mdcode.mdc b/csrc/mdcode.mdc index e1498ce..2789671 100644 --- a/csrc/mdcode.mdc +++ b/csrc/mdcode.mdc @@ -119,7 +119,6 @@ will "do the right thing". libmdcode.o : libmdcode.c mdcode.h $(CC) $(CFLAGS) -c libmdcode.c - ### File: md2c.c #include @@ -577,7 +576,6 @@ end of the code, we don't need to check for these blank lines. return c; } - static char *take_code(char *pos, char *end, char *marker, struct psection **table, struct text section, int *line_nop) @@ -774,7 +772,6 @@ error message - a `code_err_fn`. struct section *code_extract(char *pos, char *end, code_err_fn error); - ## Using the library Now that we can extract code from a document and link it all together @@ -883,7 +880,6 @@ And now we take a single file name, extract the code, and if there are no error we write out a file for each appropriate code section. And we are done. - ##### client includes #include