Marin Ramesa, le Wed 03 Jul 2013 11:35:31 +0200, a écrit : > +++ ../gnumach1/ddb/db_command.c 2013-07-03 11:10:49.201495677 +0200 > +extern int _setjmp(); > +++ ../gnumach1/ddb/db_cond.c 2013-07-03 11:11:02.679288690 +0200 > +extern int _setjmp();
Please rather put it into a .h file. > +++ ../gnumach1/ddb/db_examine.h 2013-07-03 10:27:57.205341927 +0200 > @@ -26,8 +26,8 @@ > #include <ddb/db_expr.h> > > extern void db_examine_cmd ( > - db_expr_t addr, > - int have_addr, > + db_expr_t addr, > + int have_addr, This looks like spurious change. Samuel