>>>>> "Lars" == Lars Gullik Bj�nnes <[EMAIL PROTECTED]> writes:
Lars> I refuse to think like this until it shows that this is a real
Lars> problem. It is always easier if all the intergers we use are
Lars> ints.
Lars> (you need 51 paragraphs to get an overhead of 1k if that is
Lars> something you can't live with, you already have severe problems
Lars> with a lot of other progs.)
OK. BTW I just checked that LaTeX happilly continues after 65535...
But, how safe is it? I am a bit concerned about the fact that gcc does
not seem bothered by code like
int a = 100000;
char b;
b=a;
So, we have to doublecheck the code...
JMarc