Commits


Andreas Pakulat authored and Andy Green committed 944a78dc58f
protect the label with an ifdef The only part that actually goes to this label is inside such an ifdef, so building without extension support makes gcc bail out since an unused label is considered an error in this project.