PDA

View Full Version : ${__SECTION__} in hidden section


Wizou
3rd September 2007, 15:20
In a hidden section but having a name with a '-' prefix, macro __SECTION__ is defined but empty

Could you change this so it contains the name of the section, without any prefixes ? (as documented)

Section "-Test"
!ifdef __SECTION__
!error "Defined: ${__SECTION__}"
!endif
EndSection

kichik
4th September 2007, 02:31
Submit a feature request or a patch for it.