Changeset 2197
- Timestamp:
- Dec 25, 2006, 3:24:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/c++/compiler/rfpc.cc
r2195 r2197 4319 4319 { 4320 4320 RFP_m_Root = Char::create_expr (L"/usr"); 4321 RFP_m_Default_m_Include_m_Path = (Char::create_expr ( "/home/orlov/tmp2//lib/refal-plus")) ();4321 RFP_m_Default_m_Include_m_Path = (Char::create_expr (L"/usr/include/refal-plus")) () + (Char::create_expr (L"/usr/local/include/refal-plus")) (); 4322 4322 RFP_m_Boot_m_Path = Expr::create_sym< rftype::NamedObject<rftype::BoxContents> >(L"RFP-Boot-Path"); 4323 4323 RFP_m_Include_m_Path = Expr::create_sym< rftype::NamedObject<rftype::BoxContents> >(L"RFP-Include-Path");
Note: See TracChangeset
for help on using the changeset viewer.