Why the following sample is crashing here? My fault or xHarbour bug?

FUNCTION MAIN()

     USE NOTEXISTS

     RETURN NIL


FUNCTION ERRORSYS()

     ERRORBLOCK( { | e | DefError( e ) } )

     RETURN NIL


STATIC FUNCTION DEFERROR( e )

     ? e:GenCode

     QUIT

     RETURN NIL

EMG

--
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to