CVS_SILENT header fixes

svn path=/trunk/kdebase/konsole/; revision=19951
wilder-portage
Stephan Kulow 27 years ago
parent 44e08b26bd
commit 781d4cf068
  1. 1
      src/kcmkonsole.C
  2. 1
      src/main.C

@ -21,6 +21,7 @@
#include <kiconloader.h>
#include <stdio.h>
#include <klocale.h>
#define HERE fprintf(stderr,"%s(%d): here\n",__FILE__,__LINE__);

@ -71,6 +71,7 @@
#include <assert.h>
#include <locale.h>
#include <drag.h>
#define HERE printf("%s(%d): here\n",__FILE__,__LINE__)

Loading…
Cancel
Save