Ignore:
Timestamp:
Oct 31, 2010, 9:30:56 PM (14 years ago)
Author:
george
Message:
  • Modified: In all files include directive changed to shorter form {$I 'file.inc'}.
  • Fixed: Export directory Generic as include dir.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Specialized/SpecializedStack.pas

    r84 r86  
    1919{$DEFINE TGStackStringConverter := TStackStringConverterInteger}
    2020{$DEFINE INTERFACE}
    21 {$INCLUDE '..\Generic\GenericStack.inc'}
     21{$I 'GenericStack.inc'}
    2222
    2323// TStackInteger<Integer, Pointer>
     
    2929{$DEFINE TGStackStringConverter := TStackStringConverterPointer}
    3030{$DEFINE INTERFACE}
    31 {$INCLUDE '..\Generic\GenericStack.inc'}
     31{$I 'GenericStack.inc'}
    3232
    3333
     
    3535
    3636{$DEFINE IMPLEMENTATION_USES}
    37 {$INCLUDE '..\Generic\GenericStack.inc'}
     37{$I 'GenericStack.inc'}
    3838
    3939// TStackInteger<Integer, Integer>
     
    4545{$DEFINE TGStackStringConverter := TStackStringConverterInteger}
    4646{$DEFINE IMPLEMENTATION}
    47 {$INCLUDE '..\Generic\GenericStack.inc'}     
     47{$I 'GenericStack.inc'}
    4848
    4949// TStackInteger<Integer, Pointer>
     
    5555{$DEFINE TGStackStringConverter := TStackStringConverterPointer}
    5656{$DEFINE IMPLEMENTATION}
    57 {$INCLUDE '..\Generic\GenericStack.inc'}
     57{$I 'GenericStack.inc'}
    5858end.
Note: See TracChangeset for help on using the changeset viewer.