Index: build_run.h =================================================================== --- build_run.h (revision 10585) +++ build_run.h (revision 10586) @@ -34,6 +34,8 @@ char *pcb_get_infostr(void); +/* Author's name: either from the config system (typically from the design) or + as a last resort from the OS */ const char *pcb_author(void); void pcb_catch_signal(int Signal);