>>>>> "Lars" == Lars Gullik Bj�nnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> jns1> ImportNoweb.h, line 43: Invalid pure specifier. static
Lars> const | jns1> int BUFSIZE = 512;
Lars> -----------------------------------^ *** Exit | jns1> 1 Stop.
Lars> *** Exit 1 Stop. #
Lars> Some compilers have a problem with static const in classes, one
Lars> solution is to use an enum in stead:
Lars> enum { BUFSIZE = 512 };
OK, I did this change, as it does not hurt.
JMarc