#pragma implementation #include "parsers.h" #include "parsers.m" void foo() { // There is no translatable message in this module and this // is causing some packaging issue. We cheat here. static const char *a = MSG_U(I_DUMMY,"Do not translate"); }