An error occurred fetching the project authors.
  1. 04 Jun, 2008 1 commit
  2. 03 Apr, 2008 1 commit
    • Ken Thompson's avatar
      generate an error if the foreward · 5d6eba80
      Ken Thompson authored
      declaration of a func does not exactly
      match the actual (or another foreward)
      declaration. the reason is that when
      there are 2 declarations of a function,
      the names of the parameters are taken
      from the first. thus
         func x(a int);
      followed by
         func x(b int) { ... }
      will have the parameter named "a" and
      "b" will be undefined.
      
      SVN=114788
      5d6eba80
  3. 01 Apr, 2008 1 commit
    • Ken Thompson's avatar
      bug36 · 87278c26
      Ken Thompson authored
      fixed error in symbol table in
      the second forward declaration of
      a function.
      
      SVN=114572
      87278c26
  4. 29 Mar, 2008 1 commit
    • Ken Thompson's avatar
      fix bug30 · 0b62cb61
      Ken Thompson authored
      automatic declaration leaking
      from one function to another
      
      SVN=114252
      0b62cb61
  5. 28 Mar, 2008 1 commit