]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/_doprnt.c
Revert "sphinx: add --with-sphinx-build"
[thirdparty/gcc.git] / libiberty / _doprnt.c
index 9723f32e6c055ebf5e27d013177be1687eff1c14..c7232d858c61015d209ae0faa93aa6fff7169b49 100644 (file)
@@ -1,5 +1,5 @@
 /* Provide a version of _doprnt in terms of fprintf.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002   Free Software Foundation, Inc.
+   Copyright (C) 1998-2022 Free Software Foundation, Inc.
    Contributed by Kaveh Ghazi  (ghazi@caip.rutgers.edu)  3/29/98
 
 This program is free software; you can redistribute it and/or modify it
@@ -55,7 +55,6 @@ Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
         putc(CHAR, stream); \
         ptr++; \
         total_printed++; \
-        continue; \
      } while (0)
 
 #define PRINT_TYPE(TYPE) \