comparison src/device-x.c @ 1706:9fc738581a9d

[xemacs-hg @ 2003-09-22 03:21:12 by james] Remove GNU DLD support, fix the C++ build, make eval-related functions visible to modules, and fix minor Windows-related problems.
author james
date Mon, 22 Sep 2003 03:21:19 +0000
parents e22b0213b713
children a8d8f419b459
comparison
equal deleted inserted replaced
1705:cdbc76885304 1706:9fc738581a9d
536 * are simply not capable of doing what is needed. :/ 536 * are simply not capable of doing what is needed. :/
537 */ 537 */
538 538
539 { 539 {
540 /* Get a dll handle to the main process. */ 540 /* Get a dll handle to the main process. */
541 dll_handle xaw_dll_handle = dll_open (NULL); 541 dll_handle xaw_dll_handle = dll_open (Qnil);
542 542
543 /* Did that fail? If so, continue without error. 543 /* Did that fail? If so, continue without error.
544 * We could die here but, well, that's unfriendly and all -- plus I feel 544 * We could die here but, well, that's unfriendly and all -- plus I feel
545 * better about some crashing somewhere rather than preventing a perfectly 545 * better about some crashing somewhere rather than preventing a perfectly
546 * good configuration working just because dll_open failed. 546 * good configuration working just because dll_open failed.