|
From: Alberto M. Brand?o Sim?es <am...@us...> - 2002-04-15 07:31:36
|
Update of /cvsroot/numexp/numexp-core/functions
In directory usw-pr-cvs1:/tmp/cvs-serv16914/functions
Modified Files:
functions.c
Log Message:
No changes at all... spaces, new lines... nothing more
Index: functions.c
===================================================================
RCS file: /cvsroot/numexp/numexp-core/functions/functions.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -U4 -r1.27 -r1.28
--- functions.c 2 Apr 2002 07:56:38 -0000 1.27
+++ functions.c 15 Apr 2002 07:31:31 -0000 1.28
@@ -242,8 +242,11 @@
nxp_name_space_unlock(ns);
return nxp_element_void_new();
}
+// This is defined somewhere else...
+// -- numexpc implements it's own;
+// -- bonobo server implements the corba one;
void Numexp_Kernel_to_Client_cwd_change(NxpEvalContext *context);
NxpElement* bifunc_eval_cd(NxpElementVariable* str, NxpEvalContext *context, GError **error)
{
|