From d4a67b5d3b738cbc61056f06ead766ce5cee2985 Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Thu, 31 Aug 2000 00:57:24 +0000 Subject: New base class for Cells. Convert everything to access the elements that 2000-08-30 Jody Goldberg * dependent.[ch] : New base class for Cells. Convert everything to access the elements that are now in the cell's base. s/Cell::sheet/Cell::Dependent::sheet/ s/Cell::cell_flags/Cell::Dependent::flags/ * Makefile.am : Because of XL we need to build plugins before src. That will need changing. * src/func.c (function_marshal_arg) : Use expr_array_intersection. * src/expr.c (eval_expr_real) : Do implicit conversions from strings to numbers if possible. Access the first element of an array. NOTE : This is WRONG We need to implement array expression behavior some day. (expr_array_intersection) : New routine. svn path=/trunk/; revision=5127 --- widgets/misc/e-cursors.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/e-cursors.c') diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c index 597c3c1787..79447247c8 100644 --- a/widgets/misc/e-cursors.c +++ b/widgets/misc/e-cursors.c @@ -1,6 +1,8 @@ #ifndef GNUMERIC_CURSORS_H #define GNUMERIC_CURSORS_H +#include + typedef enum { GNUMERIC_CURSOR_FAT_CROSS, GNUMERIC_CURSOR_THIN_CROSS, -- cgit v1.2.3