Преглед изворни кода

Record function definitions in program.last map.

master
Ian Piumarta пре 2 година
родитељ
комит
2f2f27ccf0
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      src/ccmeta.leg

+ 2
- 1
src/ccmeta.leg Прегледај датотеку

@ -3,7 +3,7 @@
# Copyright (c) 2016-2021 Ian Piumarta and other contributors (see AUTHORS)
# All rights reserved (see LICENSE)
#
# Last edited: 2023-03-22 18:09:27 by piumarta on zora-10.local
# Last edited: 2023-03-22 18:11:54 by piumarta on zora-10.local
%{
/* compile: leg -o ccmeta.c ccmeta.leg
@ -392,6 +392,7 @@ oop new_C_functionDef(oop specifiers, oop declarator, oop declarationList, oop c
map_set(object, declarators_symbol, declarator);
map_set(object, declarationL_symbol,declarationList);
map_set(object, compoundS_symbol, compoundStatement);
map_set(program, last_symbol, object);
return object;
}

Loading…
Откажи
Сачувај