* device/lib/printf_large.c: slightly smaller
[fw/sdcc] / device / lib / _startup.c
index 54677884bd1cd717558d34ec1309573896d5738d..ab2d4d58cc6a4e5d0f8a9fc7f1d63de4ee2d9c33 100644 (file)
    returns a non-zero value then global &
    static variable initialisation will be skipped */
 
+#if !defined(SDCC_ds390) && !defined(SDCC_ds400)
+
 unsigned char _sdcc_external_startup ()
 {
     return 0;
 }
+
+#endif
+