X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_extensions.h;h=3992ad9bb7f3f6d879952ff6446ebe3a89a6e158;hp=55c17ac533174c48ebde616367d3592165a0ae2e;hb=4a6052cb1463b48f2a3db01031f28a1530bc32c3;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7 diff --git a/ginsh/ginsh_extensions.h b/ginsh/ginsh_extensions.h index 55c17ac5..3992ad9b 100644 --- a/ginsh/ginsh_extensions.h +++ b/ginsh/ginsh_extensions.h @@ -5,7 +5,7 @@ * functions. */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -24,7 +24,7 @@ // 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