You've already forked lazarus-ccr
fpspreadsheet: Move rpn stuff from fpspreadsheet.pas to a new unit fpsRPN.pas. Move translatable strings from fpspreadsheet.pas to a new unit fpsStrings.pas. Make sure that all demos still run in the new environment.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3572 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -52,7 +52,7 @@ unit fpsExprParser;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, contnrs, fpspreadsheet;
|
||||
Classes, SysUtils, contnrs, fpspreadsheet, fpsrpn;
|
||||
|
||||
type
|
||||
{ Tokens }
|
||||
|
Reference in New Issue
Block a user