Subversion Repositories DevTools

Rev

Rev 4781 | Rev 5708 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4781 Rev 4889
Line 396... Line 396...
396
    $self->{RECIPE_PREFIX}  = '';
396
    $self->{RECIPE_PREFIX}  = '';
397
    $self->{RECIPE_COMMENT} = '';
397
    $self->{RECIPE_COMMENT} = '';
398
    $self->{SDEF}           = '';
398
    $self->{SDEF}           = '';
399
}
399
}
400
 
400
 
-
 
401
#-------------------------------------------------------------------------------
-
 
402
# Function        : SectionIfDef 
-
 
403
#
-
 
404
# Description     : Place the current section within a ifdef ... endif block
-
 
405
#
-
 
406
# Inputs          : defn        - Definition to use within the ifdef construct 
-
 
407
#
-
 
408
# Returns         : Nothing
-
 
409
#
-
 
410
 
401
sub SectionDef
411
sub SectionIfDef
402
{
412
{
403
    my $self = shift;
413
    my $self = shift;
404
    $self->{SDEF} = $_[0];
414
    $self->{SDEF} = $_[0];
405
}
415
}
406
 
416
 
407
 
-
 
408
#-------------------------------------------------------------------------------
417
#-------------------------------------------------------------------------------
409
# Function        : Print
418
# Function        : Print
410
#
419
#
411
# Description     : Print the entry
420
# Description     : Print the entry
412
#
421
#