]> granicus.if.org Git - re2c/commitdiff
- The xsgetn implementation make gcc stumble
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 26 Feb 2006 20:36:09 +0000 (20:36 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 26 Feb 2006 20:36:09 +0000 (20:36 +0000)
stream_lc.h

index f260f2ddeb53ab8d778a76cfe60a533b52b5979e..b7505b08d0e2a1fbcb4a174f3b0c78e48a907201 100755 (executable)
@@ -220,6 +220,7 @@ protected:
                return c;
        }
 
+#if 0
        virtual std::streamsize xsgetn(_E* buf, std::streamsize n)
        {
                std::streamsize r = 0;
@@ -235,6 +236,7 @@ protected:
                buf[r] = '\0';
                return r;
        }
+#endif
 
        virtual pos_type seekoff(off_type off, std::ios_base::seekdir whence,
                std::ios_base::openmode = (std::ios_base::openmode)(std::ios_base::in | std::ios_base::out))