toupper 100 gtags-cscope/global-cscope.h # undef toupper toupper 102 gtags-cscope/global-cscope.h # define toupper(c) (islower(c) ? (c) - 'a' + 'A' : (c))