mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
Constructors capitalized
This commit is contained in:
parent
3bf36ae719
commit
4879a02753
18 changed files with 147 additions and 145 deletions
|
|
@ -135,7 +135,7 @@ static void printValue (void *p) {
|
|||
break;
|
||||
|
||||
case SEXP_TAG:
|
||||
printStringBuf ("`%s", de_hash (TO_SEXP(p)->tag));
|
||||
printStringBuf ("%s", de_hash (TO_SEXP(p)->tag));
|
||||
if (LEN(a->tag)) {
|
||||
printStringBuf (" (");
|
||||
for (i = 0; i < LEN(a->tag); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue