瀏覽代碼

compiles

master
Emil 7 月之前
父節點
當前提交
0e98e380f0
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 5432DB986FDBCF8A
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. +1
    -0
      .gitignore
  2. +2
    -0
      dc.c

+ 1
- 0
.gitignore 查看文件

@@ -1 +1,2 @@
*.o
dc

+ 2
- 0
dc.c 查看文件

@@ -189,8 +189,10 @@ dcevaln(ns_t * s, char * eval, size_t len)
case ':': REGCHAR(); REGCLAMP(); ns_reg_push_index(s, c); break;
case ';': REGCHAR(); REGCLAMP(); ns_reg_pop_index(s, c); break;
case '!': i += command(eval + i + 1); break;
#if 0
case '?': /* take user input, and execute that
as a slave to current level */ break;
#endif /* 0 */
/* New non-conflicting features not present in DC */
case '@': ns_abs(s); break;
case '"': ns_ceil(s); break;