Bläddra i källkod

little correction

master
Nathan R 3 år sedan
förälder
incheckning
356503ed3b
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. +0
    -1
      scope.c

+ 0
- 1
scope.c Visa fil

@ -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];

Laddar…
Avbryt
Spara