make macro subr read-only again
commit4983c17b3492c5f1ce75bc4bd000304ee1d53479
authorBert Wesarg <bert.wesarg@googlemail.com>
Thu, 23 Oct 2008 19:17:32 +0000 (23 21:17 +0200)
committerBert Wesarg <bert.wesarg@googlemail.com>
Thu, 23 Oct 2008 19:17:32 +0000 (23 21:17 +0200)
treead808bfb199a5f569d1aa1fa97d5e18ec1162fb3
parent49e7d6b1340ef1244b209acabbd0b91b2a9876f1
make macro subr read-only again

it was possible to overwrite a macro subroutine with a non function,
i.e. 'macro = 1', which wont work  right now.

Maybe I need a FUNCTION_ATTR.

B.W.

---

Patch: !change-sym-types.patch
change-sym-types.patch
readonly-statement.patch