From 91fb941e6ceacaf3a3e9ac1466de342f72d8b6e5 Mon Sep 17 00:00:00 2001 From: yuanwei Date: Tue, 23 Apr 2024 02:58:18 +0000 Subject: [PATCH] =?UTF-8?q?update=20LLVM=20Parallel=20Universe=20Project/?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=AE=9A=E4=BD=8D=E6=80=BB=E7=BB=93/expected?= =?UTF-8?q?=20parameter=20declarator=E9=97=AE=E9=A2=98=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E5=8F=8A=E4=BF=AE=E5=A4=8D=E6=8C=87=E5=AF=BC.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuanwei --- ...5\217\212\344\277\256\345\244\215\346\214\207\345\257\274.md" | 1 - 1 file changed, 1 deletion(-) diff --git "a/LLVM Parallel Universe Project/\351\227\256\351\242\230\345\256\232\344\275\215\346\200\273\347\273\223/expected parameter declarator\351\227\256\351\242\230\345\256\232\344\275\215\345\217\212\344\277\256\345\244\215\346\214\207\345\257\274.md" "b/LLVM Parallel Universe Project/\351\227\256\351\242\230\345\256\232\344\275\215\346\200\273\347\273\223/expected parameter declarator\351\227\256\351\242\230\345\256\232\344\275\215\345\217\212\344\277\256\345\244\215\346\214\207\345\257\274.md" index f89f41f..b7b5043 100644 --- "a/LLVM Parallel Universe Project/\351\227\256\351\242\230\345\256\232\344\275\215\346\200\273\347\273\223/expected parameter declarator\351\227\256\351\242\230\345\256\232\344\275\215\345\217\212\344\277\256\345\244\215\346\214\207\345\257\274.md" +++ "b/LLVM Parallel Universe Project/\351\227\256\351\242\230\345\256\232\344\275\215\346\200\273\347\273\223/expected parameter declarator\351\227\256\351\242\230\345\256\232\344\275\215\345\217\212\344\277\256\345\244\215\346\214\207\345\257\274.md" @@ -31,7 +31,6 @@ main.c ```abap #include #include "selfdef.h" - int main() { dprintf(2, "call dprintf from stdio\n"); return 0; -- Gitee