Changeset 851
- Timestamp:
- Jun 17, 2003, 3:50:05 AM (18 years ago)
- Location:
- to-imperative/trunk/compiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/compiler/rfpc.rf
r683 r851 375 375 <In-Table? &RFP-Options CASE-INSENSITIVE> = &RFP-Default-Ci-Include-Path; 376 376 &RFP-Default-Include-Path; 377 } :: t.def-path,378 <Store &RFP-Include-Path t.def-path <? &RFP-Include-Path>>;377 } :: e.def-path, 378 <Store &RFP-Include-Path <? &RFP-Include-Path> e.def-path>; 379 379 380 380 Get-Ready-To-Work e.Items = -
to-imperative/trunk/compiler/rfpc.rfi
r683 r851 23 23 $const RFP-Dir-Separator = '/' ; 24 24 $const RFP-Root = '/usr' ; 25 $const RFP-Default-Include-Path = (&RFP-Root'/include/refal-plus') ; 26 $const RFP-Default-Ci-Include-Path = (&RFP-Root'/include/refal-plus/ci') ; 25 $const RFP-Default-Include-Path = ('/usr/include/refal-plus') 26 ('/usr/local/include/refal-plus') ; 27 $const RFP-Default-Ci-Include-Path = ('/usr/include/refal-plus/ci') 28 ('/usr/local/include/refal-plus/ci') ; 27 29 $box RFP-Include-Path ; 28 30 $box RFP-Token-Stack ;
Note: See TracChangeset
for help on using the changeset viewer.