This commit is contained in:
Jan Nieuwenhuizen 2019-10-26 13:14:50 +02:00
parent 29cf1a3ef8
commit e8bfa77a9b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ sed -ri \
-e 's,->\<struct\>,->structure,g' \
-e "$struct" \
\
-e 's,NTYPE \(([^()]*)\),\1->type,' \
-e 's,NCAR \(([^()]*)\),\1->car,' \
-e 's,NCDR \(([^()]*)\),\1->cdr,' \
\
-e 's,CAR \(([^()]*)\),\1->cdr,' \
-e 's,CAAR \(([^()]*)\),\1->car->car,' \
-e 's,CADR \(([^()]*)\),\1->cdr->car,' \