Hi Seb, The output of the compiler or validate script is put in an output window by my editor. When I click on a line, formatted like: jallib.jal:107: cannot open 'dsm0822a.jal' it jumps to the file and line mentioned. It's not important, but if it is a trivial change, it would be nice if the jsg script gives a similar formatted output.
Joep 2009/11/1 <[email protected]> > > Revision: 1444 > Author: jsuijs > Date: Sun Nov 1 01:22:54 2009 > Log: jsg fix > http://code.google.com/p/jallib/source/detail?r=1444 > > Modified: > /trunk/include/jal/profiler.jal > > ======================================= > --- /trunk/include/jal/profiler.jal Sat Oct 31 15:34:12 2009 > +++ /trunk/include/jal/profiler.jal Sun Nov 1 01:22:54 2009 > @@ -74,20 +74,20 @@ > > end procedure > > -procedure profiler_start is > +procedure profiler_start() is > pragma inline > - > +aa > TMR1 = 0 > T1CON_TMR1ON = true > end procedure > > -procedure profiler_stop is > +procedure profiler_stop() is > pragma inline > > T1CON_TMR1ON = false > end procedure > > -procedure profiler_stop_and_report (volatile byte in out device) is > +procedure profiler_stop_and_report(volatile byte in out device) is > pragma inline > > profiler_stop > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
