* buildsym.h: Doc fix for processing_acc_compilation.

This commit is contained in:
Jim Kingdon 1993-06-18 17:40:50 +00:00
parent 9cd039e778
commit e64ec645a8
2 changed files with 9 additions and 1 deletions

View file

@ -71,7 +71,11 @@ EXTERN struct subfile *current_subfile;
EXTERN unsigned char processing_gcc_compilation;
/* When set, we are processing a .o file compiled by sun acc */
/* When set, we are processing a .o file compiled by sun acc. This is
misnamed; it refers to all stabs-in-elf implementations which use
N_UNDF the way Sun does, including Solaris gcc. Hopefully all
stabs-in-elf implementations ever invented will choose to be
compatible. */
EXTERN unsigned char processing_acc_compilation;