ObjFW  Check-in [5e5b369f05]

Overview
Comment:runtime/amiga-library.m: Fix copyright
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5e5b369f05a7ab276b00d89708c6691fecc36e91a94099bc81f55968b98e0923
User & Date: js on 2020-12-30 00:05:06
Other Links: manifest | tags
Context
2020-12-30
14:53
OFKqueueKernelEventObserver: Fix type of udata check-in: 3b41905658 user: js tags: trunk
00:05
runtime/amiga-library.m: Fix copyright check-in: 5e5b369f05 user: js tags: trunk
2020-12-29
23:17
Generate the Amiga library function array check-in: 5b2b743aa1 user: js tags: trunk
Changes

Modified src/runtime/amiga-library.m from [f222d6caf4] to [209cffe8bd].

566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
#endif
	    ,
	.rt_Version = OBJFWRT_LIB_MAJOR,
	.rt_Type = NT_LIBRARY,
	.rt_Pri = 0,
	.rt_Name = (char *)OBJFWRT_AMIGA_LIB,
	.rt_IdString = (char *)"ObjFWRT " VERSION_STRING
	    " \xA9 2008-2019 Jonathan Schleifer",
	.rt_Init = &init_table,
#ifdef OF_MORPHOS
	.rt_Revision = OBJFWRT_LIB_MINOR,
	.rt_Tags = NULL,
#endif
};








|







566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
#endif
	    ,
	.rt_Version = OBJFWRT_LIB_MAJOR,
	.rt_Type = NT_LIBRARY,
	.rt_Pri = 0,
	.rt_Name = (char *)OBJFWRT_AMIGA_LIB,
	.rt_IdString = (char *)"ObjFWRT " VERSION_STRING
	    " \xA9 2008-2020 Jonathan Schleifer",
	.rt_Init = &init_table,
#ifdef OF_MORPHOS
	.rt_Revision = OBJFWRT_LIB_MINOR,
	.rt_Tags = NULL,
#endif
};