src/share/vm/adlc/filebuff.hpp

changeset 910
284d0af00d53
parent 850
4d9884b01ba6
child 923
569b3b226089
     1.1 --- a/src/share/vm/adlc/filebuff.hpp	Mon Dec 08 17:15:02 2008 -0800
     1.2 +++ b/src/share/vm/adlc/filebuff.hpp	Tue Dec 09 12:41:26 2008 -0800
     1.3 @@ -68,6 +68,7 @@
     1.4    // and increments bufeol and filepos to point at the end of that line.
     1.5    char *get_line(void);
     1.6    int linenum() const { return _linenum; }
     1.7 +  void set_linenum(int line) { _linenum = line; }
     1.8  
     1.9    // This converts a pointer into the buffer to a file offset.  It only works
    1.10    // when the pointer is valid (i.e. just obtained from getline()).

mercurial