module RbSys::Mkmf

def endif_stmt

def endif_stmt
  if $nmake
    "!ENDIF"
  else
    "endif"
  end
end