Pārlūkot izejas kodu

little correction

master
Nathan R pirms 3 gadiem
vecāks
revīzija
356503ed3b
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      scope.c

+ 0
- 1
scope.c Parādīt failu

@ -110,7 +110,6 @@ int popScope() {
int isTypedefed(char *s) {
/** Latest scopes prevail */
if (scopeStack->scopeList == NULL) printf("null");
for (int i = scopeStack->stackSize ; i != 0 ; i--) {
scope_t* scope = malloc(sizeof(scopeStack->scopeList[i]));
scope = scopeStack->scopeList[i];

Notiek ielāde…
Atcelt
Saglabāt