Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/check_wine_WtoA.c
          +++ new/usr/src/tools/smatch/src/check_wine_WtoA.c
↓ open down ↓ 8 lines elided ↑ open up ↑
   9    9   * This program is distributed in the hope that it will be useful,
  10   10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11   11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12   12   * GNU General Public License for more details.
  13   13   *
  14   14   * You should have received a copy of the GNU General Public License
  15   15   * along with this program; if not, see http://www.gnu.org/copyleft/gpl.txt
  16   16   */
  17   17  
  18   18  /*
  19      - * Idea from Michael Stefaniuc and Vincent Béron's earlier WtoA
       19 + * Idea from Michael Stefaniuc and Vincent BĂ©ron's earlier WtoA
  20   20   * check.
  21   21   *
  22   22   * Apparently when you are coding WINE, you are not allowed to call 
  23   23   * functions that end in capital 'A' from functions that end in 
  24   24   * capital 'W'
  25   25   *
  26   26   */
  27   27  
  28   28  #include "smatch.h"
  29   29  
↓ open down ↓ 61 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX