comparison src/data.c @ 418:e804706bfb8c r21-2-17

Import from CVS: tag r21-2-17
author cvs
date Mon, 13 Aug 2007 11:23:13 +0200
parents 697ef44129c6
children 41dbb7a9d5f2
comparison
equal deleted inserted replaced
417:43a18b32d56e 418:e804706bfb8c
797 typedef struct 797 typedef struct
798 { 798 {
799 int int_p; 799 int int_p;
800 union 800 union
801 { 801 {
802 int ival; 802 EMACS_INT ival;
803 double dval; 803 double dval;
804 } c; 804 } c;
805 } int_or_double; 805 } int_or_double;
806 806
807 static void 807 static void