Re: [Bug-apl] Tiny typo in Makefile.am line 111

2017-04-24 Thread Juergen Sauermann
Hi, the majority of integers in the GNU APL source code are int64. And the APL integers are int64 as well. /// Jürgen On 04/23/2017 11:38 PM, enz...@gmx.com wrote: at this rate .. i am going to nee

Re: [Bug-apl] Tiny typo in Makefile.am line 111

2017-04-23 Thread enztec
at this rate .. i am going to need to my variable type (short integer to long integer or even comp_ for the svn numbers in my fpc tracking code program soon to handle the svn versions numbers ;) this is a good reason to rewrite it into apl i suppose - all 'integers' are what int64 or int128

Re: [Bug-apl] Tiny typo in Makefile.am line 111

2017-04-23 Thread Juergen Sauermann
Hi Peter, thanks, fixed in SVN 931. /// Jürgen On 04/23/2017 08:31 PM, Peter Teeson wrote: # make dist and then add Makefile,dist | # make dist and then add Makefile.dis