* as.h (subseg_force_new): Add prototype.

This commit is contained in:
Jeff Law 1994-01-17 00:45:15 +00:00
parent a279b1f5ff
commit e7501ac710
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Jan 16 16:44:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* as.h (subseg_force_new): Add prototype.
Sat Jan 15 09:20:55 1994 Doug Evans (dje@canuck.cygnus.com)
* app.c (do_scrub_next_char): Allow lines like " foolab :".

View File

@ -434,6 +434,7 @@ void scrub_to_string PARAMS ((int ch));
void subsegs_begin PARAMS ((void));
void subseg_change PARAMS ((segT seg, int subseg));
segT subseg_new PARAMS ((const char *name, subsegT subseg));
segT subseg_force_new PARAMS ((const char *name, subsegT subseg));
void subseg_set PARAMS ((segT seg, subsegT subseg));
struct expressionS;