[Prev][Next][Index]
comments.c + bit_flags
- Date: Tue, 5 Sep 1995 15:08:56 +0800
- From: mei@compbio.caltech.edu (Mei-Hui Su)
- To: sage-users@extreme.indiana.edu
- Subject: comments.c + bit_flags
- Sender: owner-sage-users@extreme.indiana.edu
Hi,
I was wondering why there are 2 almost identical comments.c in
lib/newsrc and pC++2dep/ directories.
Also the bits assigned to BIT_CONST and BIT_SHORT/LONG in vparse.h
is making input of -> 'const short int' into -> 'short const int'
Similar thing is happening to BIT_UNSIGNED/SIGNED too.
The ordering does not really matter in C++, but it is for me. So,
I just thought I might mention it.
Thanks.
mei