Mercurial > hg > xemacs-beta
comparison src/mule-ccl.c @ 4748:27b09b4219b1
Fix the union build, setup_ccl_program; thank you Robert Delius Royar.
2009-11-15 Aidan Kehoe <kehoea@parhasard.net>
* mule-ccl.c (setup_ccl_program):
Fix the union build, thank you Robert Delius Royar.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Nov 2009 20:52:09 +0000 |
parents | 0c54de4c4b9d |
children | 0d4c9d0f6a8d |
comparison
equal
deleted
inserted
replaced
4745:0c54de4c4b9d | 4748:27b09b4219b1 |
---|---|
2157 | 2157 |
2158 if (VECTORP (ccl_prog)) | 2158 if (VECTORP (ccl_prog)) |
2159 { | 2159 { |
2160 /* Make sure we're not allocating unreachable memory in this | 2160 /* Make sure we're not allocating unreachable memory in this |
2161 function: */ | 2161 function: */ |
2162 assert (ccl_prog == new_prog); | 2162 assert (EQ (ccl_prog, new_prog)); |
2163 } | 2163 } |
2164 | 2164 |
2165 ccl_prog = new_prog; | 2165 ccl_prog = new_prog; |
2166 | 2166 |
2167 if (! VECTORP (ccl_prog)) | 2167 if (! VECTORP (ccl_prog)) |