Explorar el Código

little correction

master
Nathan R hace 3 años
padre
commit
356503ed3b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      scope.c

+ 0
- 1
scope.c Ver fichero

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

Cargando…
Cancelar
Guardar