[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pam 15106c6acd 15/16: Define tam-already-free error sym
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pam 15106c6acd 15/16: Define tam-already-free error symbol |
Date: |
Wed, 20 Sep 2023 12:59:11 -0400 (EDT) |
branch: externals/pam
commit 15106c6acdd230c95a13f429d2330a4eb4ff9bfb
Author: Onnie Lynn Winebarger <owinebar@gmail.com>
Commit: Onnie Lynn Winebarger <owinebar@gmail.com>
Define tam-already-free error symbol
---
tam.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tam.el b/tam.el
index 9be2aa06ec..d554db215c 100644
--- a/tam.el
+++ b/tam.el
@@ -55,6 +55,8 @@
;;; Code:
+
+(define-error 'tam-already-free "Attempt to free resource that is already
free" 'tam-error)
(defun tam--slot-create (table index in-use next previous &optional contents)
"Make a tam--slot record.
Fields:
- [elpa] externals/pam 1eb72029e8 02/16: Update README.md, (continued)
- [elpa] externals/pam 1eb72029e8 02/16: Update README.md, ELPA Syncer, 2023/09/20
- [elpa] externals/pam d2dd6a9796 05/16: Add functions to report free and live index lists, ELPA Syncer, 2023/09/20
- [elpa] externals/pam 7b072b5457 07/16: Added API documentation to header., ELPA Syncer, 2023/09/20
- [elpa] externals/pam 21cf632947 13/16: Added documentation strings to struct fields, ELPA Syncer, 2023/09/20
- [elpa] externals/pam bc654b6d68 14/16: Change data structures to primitive representation., ELPA Syncer, 2023/09/20
- [elpa] externals/pam 0dcaa2cc9c 16/16: Provide two versions for tam-release, one with and one without finalization., ELPA Syncer, 2023/09/20
- [elpa] externals/pam fe28ad02db 06/16: Fixed tam-allocate and tam-free functions., ELPA Syncer, 2023/09/20
- [elpa] externals/pam c74c0e06b5 12/16: Improve tam-create-pool docstring, ELPA Syncer, 2023/09/20
- [elpa] externals/pam acb2a6cbbb 11/16: Add object pool management, ELPA Syncer, 2023/09/20
- [elpa] externals/pam cbc1727fea 08/16: Fixed some issues with tam-table-used and tam-table-size., ELPA Syncer, 2023/09/20
- [elpa] externals/pam 15106c6acd 15/16: Define tam-already-free error symbol,
ELPA Syncer <=
- [elpa] externals/pam 0f1f5cf265 10/16: Use cl-loop instead of queue package, ELPA Syncer, 2023/09/20
- [elpa] externals/pam c254ec9f64 09/16: Renamed library and updated headers, ELPA Syncer, 2023/09/20