------- Additional Comments From bkoz at gcc dot gnu dot org 2004-10-11 20:49 ------- could add
enum _Ios_Seekdir { _S_ios_seekdir_beg = 0, _S_ios_seekdir_cur = 1, _S_ios_seekdir_end = 2 _S_ios_seekdir_final = 1L << 16 }; This would change the value of (the currently unfortunately named) _S_ios_seekdir_end, but since this is an implementation feature I think it'd be ok. Most importantly, the type size would be the same. We should add compile-only testsuite regressions for this. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17922