diff options
Diffstat (limited to 'mixlib/xmix_eval.h')
-rw-r--r-- | mixlib/xmix_eval.h | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/mixlib/xmix_eval.h b/mixlib/xmix_eval.h index 7516ed3..0bd79f0 100644 --- a/mixlib/xmix_eval.h +++ b/mixlib/xmix_eval.h @@ -1,24 +1,22 @@ /* -*-c-*- ---------------- xmix_eval.h : * Definition of opaque types in mix_eval.h * ------------------------------------------------------------------ - * Last change: Time-stamp: <01/02/20 00:25:14 jose> - * ------------------------------------------------------------------ - * Copyright (C) 2000 Free Software Foundation, Inc. - * + * Copyright (C) 2000, 2007 Free Software Foundation, Inc. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * + * */ @@ -28,7 +26,7 @@ #include "mix_eval.h" /* the evaluator type */ -struct mix_eval_t +struct mix_eval_t { mix_symbol_table_t *table; /* symbol table */ gboolean towner; /* true if owns the table */ @@ -38,7 +36,7 @@ struct mix_eval_t }; /* flex scanner data/result struct */ -typedef struct mix_eval_data_ +typedef struct mix_eval_data_ { gchar *expr; const mix_symbol_table_t *table; |