X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fprompt.c;h=f96ca8c1000be697a8936122926d91e33fd4a60b;hb=b77c6aad5965c16e888af6c7e8be8c24569bda21;hp=0722c3b96be0b7052e7c179d879da4f1efd6ce97;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/libpspp/prompt.c b/src/libpspp/prompt.c index 0722c3b96b..f96ca8c100 100644 --- a/src/libpspp/prompt.c +++ b/src/libpspp/prompt.c @@ -35,6 +35,8 @@ prompt_style_to_string (enum prompt_style style) return "DOCUMENT"; case PROMPT_DO_REPEAT: return "DO REPEAT"; + case PROMPT_DEFINE: + return "DEFINE"; default: return "unknown prompt"; }