X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_extensions.h;h=559de7f73068b0b661a8ad5875c04023af7dbf56;hp=a517aff488c47baa6fbe911c289dd458be340dd9;hb=49a44f7d55ec0d6686d3c32c7081a07d10c93274;hpb=e6b8c3caae6f9877f27b67522390290ae936a112 diff --git a/ginsh/ginsh_extensions.h b/ginsh/ginsh_extensions.h index a517aff4..559de7f7 100644 --- a/ginsh/ginsh_extensions.h +++ b/ginsh/ginsh_extensions.h @@ -5,7 +5,7 @@ * functions. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany * * 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 @@ -19,12 +19,12 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ // Table of names and descriptors of functions to be added static const fcn_init extended_fcns[] = { - {NULL, fcn_desc(f_dummy, 0)} // End marker + {NULL, f_dummy, 0} // End marker }; // Table of help strings for functions