1. 13 Feb, 2000 1 commit
    • Bruce Momjian's avatar
      2. trigger.c fails to compile due to a syntax error. It contains · 77d31cf3
      Bruce Momjian authored
          a switch statement that has an empty default label.  A label of a
          switch statement must be followed by a statement (or a label which
          is followed by a statement (or a label which ...)).
      
      3.  Files include stringinfo.h failed to compile.  The macro,
          'appendStringInfoCharMacro' is implemented with a '?:' operation
          that returns a void expression for the true part and a char expresion
          for the false part.  Both the true and false parts of the '?:' oper-
          ator must return the same type.
      
      Billy G. Allie
      77d31cf3
  2. 10 Feb, 2000 7 commits
  3. 09 Feb, 2000 6 commits
  4. 08 Feb, 2000 2 commits
  5. 07 Feb, 2000 9 commits
  6. 06 Feb, 2000 4 commits
  7. 05 Feb, 2000 6 commits
  8. 04 Feb, 2000 5 commits