* expr.h (expr_build_dot): Declare.

* expr.c (expr_build_dot): New function.
This commit is contained in:
Doug Evans 1998-04-09 17:43:37 +00:00
parent a461558bba
commit e15073a2ff
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Thu Apr 9 10:29:42 1998 Doug Evans <devans@canuck.cygnus.com>
* symbols.c (max_indent_level): New global.
(print_symbol_value_1): Use it.
* expr.h (expr_build_dot): Declare.
* expr.c (expr_build_dot): New function.
Wed Apr 8 16:16:11 1998 Doug Evans <devans@canuck.cygnus.com>