button interrupt

Because advance_time in below is not a function call ??

  if (buttonState == HIGH) {
    advance_time;

  }