Rev 5762 | Rev 7674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5762 | Rev 6421 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | "SystemCall", "Use", "Vi", "GetYacasPID", "ShowPS", |
48 | "SystemCall", "Use", "Vi", "GetYacasPID", "ShowPS", |
49 | "MakeFunctionPlugin" |
49 | "MakeFunctionPlugin" |
50 | }; |
50 | }; |
51 | 51 | ||
52 | /* name parts which are not allowed */ |
52 | /* name parts which are not allowed */ |
- | 53 | /* 11/3/2013 add "@" and "ConcatStrings" */ |
|
53 | char *illpart[]={ |
54 | char *illpart[]={ |
54 | "File", "Load", "Plot" |
55 | "File", "Load", "Plot","ConcatStrings" ,"@" |
55 | }; |
56 | }; |
56 | 57 | ||
57 | /***************** Nothing should need change hereafter *****************/ |
58 | /***************** Nothing should need change hereafter *****************/ |
58 | 59 | ||
59 | #define progname "yacas" |
60 | #define progname "yacas" |