Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde-fixups-1
This commit is contained in:
@@ -329,7 +329,7 @@ CallInterpreter(
|
||||
* Replace, Message (these are the ones that produce output), or
|
||||
* StartCode and EndCode (these get passed to the interpreter).
|
||||
* Steps done:
|
||||
* Expand attributes and regular varaibles in input string.
|
||||
* Expand attributes and regular variables in input string.
|
||||
* Pass thru string, accumulating chars to be sent to output stream.
|
||||
* If we find the start of a special variable, output what we've
|
||||
* accumulated, then find the special variable's "bounds" (ie, the
|
||||
|
||||
@@ -287,7 +287,7 @@ LinkTraceProc(clientData, interp, name1, name2, flags)
|
||||
/*
|
||||
* For writes, first make sure that the variable is writable. Then
|
||||
* convert the Tcl value to C if possible. If the variable isn't
|
||||
* writable or can't be converted, then restore the varaible's old
|
||||
* writable or can't be converted, then restore the variable's old
|
||||
* value and return an error. Another tricky thing: we have to save
|
||||
* and restore the interpreter's result, since the variable access
|
||||
* could occur when the result has been partially set.
|
||||
|
||||
@@ -1417,7 +1417,7 @@ BAD_ABSTR:
|
||||
}
|
||||
if (!found && !field_current->constant) {
|
||||
printf ( catgets(dtsearch_catd, MS_chandel, 54,
|
||||
"Error - for field '%s', no line identifer matches '%s'.\n") ,
|
||||
"Error - for field '%s', no line identifier matches '%s'.\n") ,
|
||||
field_current->name, field_current->line_id);
|
||||
bad_profile = TRUE;
|
||||
}
|
||||
|
||||
@@ -348,7 +348,7 @@ Warning (char *message)
|
||||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* This function lists several messages to stderr using fprinf()
|
||||
* This function lists several messages to stderr using fprintf()
|
||||
* formatting capabilities.
|
||||
*
|
||||
* Inputs:
|
||||
|
||||
@@ -645,7 +645,7 @@ MessageFragment::appModule,
|
||||
51
|
||||
#ifndef SP_NO_MESSAGE_TEXT
|
||||
,"invalid comment declaration: found %1 outside comment but inside comment declaration"
|
||||
,"commment declaration started here"
|
||||
,"comment declaration started here"
|
||||
#endif
|
||||
);
|
||||
const MessageType1 ParserMessages::instanceDeclaration(
|
||||
@@ -1922,7 +1922,7 @@ MessageFragment::appModule,
|
||||
#endif
|
||||
163
|
||||
#ifndef SP_NO_MESSAGE_TEXT
|
||||
,"invalid formal public identifer %1: public text display version not permitted with this text class"
|
||||
,"invalid formal public identifier %1: public text display version not permitted with this text class"
|
||||
#endif
|
||||
);
|
||||
const MessageType1 ParserMessages::fpiExtraField(
|
||||
|
||||
Reference in New Issue
Block a user