Hello, This does two things: - moves declaration of several global variables to the most applicable header (symtab.h, breakpoints.h) - marks those global variables as deprecated (they should be no future uses and existing uses will need to be eliminated) The objective here is to fix the very immediate "extern in .c file problem". I'll leave this one for a few days, Andrew