some small changes, asm() yields error message

This commit is contained in:
dick
1986-12-13 20:57:40 +00:00
parent 5bbac46b88
commit 78aaf2fd9d
5 changed files with 44 additions and 40 deletions

View File

@@ -89,7 +89,7 @@ program:
the declaration in a way different from most other languages:
e.g., rather than defining x as a pointer-to-integer, it defines
*x as an integer and lets the compiler deduce that x is actually
pointer-to-integer. This has profound consequences, but for the
pointer-to-integer. This has profound consequences, both for the
structure of an identifier definition and for the compiler.
A definition starts with a decl_specifiers, which contains things