ソースを参照

little correction

master
Nathan R 3年前
コミット
356503ed3b
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      scope.c

+ 0
- 1
scope.c ファイルの表示

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

読み込み中…
キャンセル
保存